_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
r-visstatistics 0.1.1
Propagated dependencies: r-vcd@1.4-13 r-nortest@1.0-4 r-multcompview@0.1-10 r-cairo@1.6-2
Channel: guix-cran
Location: guix-cran/packages/v.scm (guix-cran packages v)
Home page: https://cran.r-project.org/package=visStatistics
Licenses: Expat
Synopsis: Automated Visualization of Statistical Tests
Description:

Visualization of the most powerful statistical hypothesis test. The function vistat() visualizes the statistical hypothesis testing between the dependent variable (response) varsample and the independent variable (feature) varfactor. The statistical hypothesis test (including the eventual corresponding post-hoc analysis) with the highest statistical power fulfilling the assumptions of the corresponding test is chosen based on a decision tree. A graph displaying the raw data accordingly to the chosen test is generated, the test statistics including eventual post-hoc-analysis are returned. The automated workflow is especially suited for browser based interfaces to server-based deployments of R. Implemented tests: lm(), t.test(), wilcox.test(), aov(), kruskal.test(), fisher.test(), chisqu.test(). Implemented tests to check the normal distribution of standardized residuals: shapiro.test() and ad.test(). Implemented post-hoc tests: TukeyHSD() for aov() and pairwise.wilcox.test() for kruskal.test(). For the comparison of averages, the following algorithm is implemented: If the p-values of the standardized residuals of both shapiro.test() or ad.test() are smaller than 1-conf.level, kruskal.test() resp. wilcox.test() are performed, otherwise the oneway.test() and aov() resp. t.test() are performed and displayed. Exception: If the sample size is bigger than 100, t.test() is always performed and wilcox.test() is never executed (Lumley et al. (2002) <doi:10.1146/annurev.publhealth.23.100901.140546>). For the test of independence of count data, Cochran's rule (Cochran (1954) <doi:10.2307/3001666>) is implemented: If more than 20 percent of all cells have a count smaller than 5, fisher.test() is performed and displayed, otherwise chisqu.test(). In both cases case an additional mosaic plot is generated.

r-bayesctdesign 0.6.1
Propagated dependencies: r-survival@3.7-0 r-reshape2@1.4.4 r-ggplot2@3.5.1 r-eha@2.11.5
Channel: guix-cran
Location: guix-cran/packages/b.scm (guix-cran packages b)
Home page: https://github.com/begglest/BayesCTDesign
Licenses: GPL 3
Synopsis: Two Arm Bayesian Clinical Trial Design with and Without Historical Control Data
Description:

This package provides a set of functions to help clinical trial researchers calculate power and sample size for two-arm Bayesian randomized clinical trials that do or do not incorporate historical control data. At some point during the design process, a clinical trial researcher who is designing a basic two-arm Bayesian randomized clinical trial needs to make decisions about power and sample size within the context of hypothesized treatment effects. Through simulation, the simple_sim() function will estimate power and other user specified clinical trial characteristics at user specified sample sizes given user defined scenarios about treatment effect,control group characteristics, and outcome. If the clinical trial researcher has access to historical control data, then the researcher can design a two-arm Bayesian randomized clinical trial that incorporates the historical data. In such a case, the researcher needs to work through the potential consequences of historical and randomized control differences on trial characteristics, in addition to working through issues regarding power in the context of sample size, treatment effect size, and outcome. If a researcher designs a clinical trial that will incorporate historical control data, the researcher needs the randomized controls to be from the same population as the historical controls. What if this is not the case when the designed trial is implemented? During the design phase, the researcher needs to investigate the negative effects of possible historic/randomized control differences on power, type one error, and other trial characteristics. Using this information, the researcher should design the trial to mitigate these negative effects. Through simulation, the historic_sim() function will estimate power and other user specified clinical trial characteristics at user specified sample sizes given user defined scenarios about historical and randomized control differences as well as treatment effects and outcomes. The results from historic_sim() and simple_sim() can be printed with print_table() and graphed with plot_table() methods. Outcomes considered are Gaussian, Poisson, Bernoulli, Lognormal, Weibull, and Piecewise Exponential. The methods are described in Eggleston et al. (2021) <doi:10.18637/jss.v100.i21>.

r-phagecocktail 1.0.3
Propagated dependencies: r-stringr@1.5.1 r-smerc@1.8.4 r-rjsonio@1.3-1.9 r-readxl@1.4.3 r-factoextra@1.0.7 r-bipartite@2.20
Channel: guix-cran
Location: guix-cran/packages/p.scm (guix-cran packages p)
Home page: https://cran.r-project.org/package=PhageCocktail
Licenses: GPL 3
Synopsis: Design of the Best Phage Cocktail
Description:

There are 4 possible methods: "ExhaustiveSearch"; "ExhaustivePhi"; "ClusteringSearch"; and "ClusteringPhi". "ExhaustiveSearch"--> gives you the best phage cocktail from a phage-bacteria infection network. It checks different phage cocktail sizes from 1 to 7 and only stops before if it lyses all bacteria. Other option is when users have decided not to obtain a phage cocktail size higher than a limit value. "ExhaustivePhi"--> firstly, it finds Phi out. Phi is a formula indicating the necessary phage cocktail size. Phi needs nestedness temperature and fill, which are internally calculated. This function will only look for the best combination (phage cocktail) with a Phi size. "ClusteringSearch"--> firstly, an agglomerative hierarchical clustering using Ward's algorithm is calculated for phages. They will be clustered according to bacteria lysed by them. PhageCocktail() chooses how many clusters are needed in order to select 1 phage per cluster. Using the phages selected during the clustering, it checks different phage cocktail sizes from 1 to 7 and only stops before if it lyses all bacteria. Other option is when users have decided not to obtain a phage cocktail size higher than a limit value. "ClusteringPhi"--> firstly, an agglomerative hierarchical clustering using Ward's algorithm is calculated for phages. They will be clustered according to bacteria lysed by them. PhageCocktail() chooses how many clusters are needed in order to select 1 phage per cluster. Once the function has one phage per cluster, it calculates Phi. If the number of clusters is less than Phi number, it will be changed to obtain, as minimum, this quantity of candidates (phages). Then, it calculates the best combination of Phi phages using those selected during the clustering with Ward algorithm. If you use PhageCocktail, please cite it as: "PhageCocktail: An R Package to Design Phage Cocktails from Experimental Phage-Bacteria Infection Networks". Marà a Victoria Dà az-Galián, Miguel A. Vega-Rodrà guez, Felipe Molina. Computer Methods and Programs in Biomedicine, 221, 106865, Elsevier Ireland, Clare, Ireland, 2022, pp. 1-9, ISSN: 0169-2607. <doi:10.1016/j.cmpb.2022.106865>.

r-compositional 7.3
Propagated dependencies: r-sn@2.1.1 r-rnanoflann@0.0.3 r-rfast2@0.1.5.3 r-rfast@2.1.0 r-quantreg@5.99 r-quadprog@1.5-8 r-nnet@7.3-19 r-mixture@2.1.1 r-minpack-lm@1.2-4 r-mda@0.5-5 r-matrix@1.7-1 r-mass@7.3-61 r-glmnet@4.1-8 r-foreach@1.5.2 r-energy@1.7-12 r-emplik@1.3-1 r-doparallel@1.0.17 r-cluster@2.1.6 r-bigstatsr@1.6.1
Channel: guix-cran
Location: guix-cran/packages/c.scm (guix-cran packages c)
Home page: https://cran.r-project.org/package=Compositional
Licenses: GPL 2+
Synopsis: Compositional Data Analysis
Description:

Regression, classification, contour plots, hypothesis testing and fitting of distributions for compositional data are some of the functions included. We further include functions for percentages (or proportions). The standard textbook for such data is John Aitchison's (1986) "The statistical analysis of compositional data". Relevant papers include: a) Tsagris M.T., Preston S. and Wood A.T.A. (2011). "A data-based power transformation for compositional data". Fourth International International Workshop on Compositional Data Analysis. <doi:10.48550/arXiv.1106.1451> b) Tsagris M. (2014). "The k-NN algorithm for compositional data: a revised approach with and without zero values present". Journal of Data Science, 12(3): 519--534. <doi:10.6339/JDS.201407_12(3).0008>. c) Tsagris M. (2015). "A novel, divergence based, regression for compositional data". Proceedings of the 28th Panhellenic Statistics Conference, 15-18 April 2015, Athens, Greece, 430--444. <doi:10.48550/arXiv.1511.07600>. d) Tsagris M. (2015). "Regression analysis with compositional data containing zero values". Chilean Journal of Statistics, 6(2): 47--57. <https://soche.cl/chjs/volumes/06/02/Tsagris(2015).pdf>. e) Tsagris M., Preston S. and Wood A.T.A. (2016). "Improved supervised classification for compositional data using the alpha-transformation". Journal of Classification, 33(2): 243--261. <doi:10.1007/s00357-016-9207-5>. f) Tsagris M., Preston S. and Wood A.T.A. (2017). "Nonparametric hypothesis testing for equality of means on the simplex". Journal of Statistical Computation and Simulation, 87(2): 406--422. <doi:10.1080/00949655.2016.1216554>. g) Tsagris M. and Stewart C. (2018). "A Dirichlet regression model for compositional data with zeros". Lobachevskii Journal of Mathematics, 39(3): 398--412. <doi:10.1134/S1995080218030198>. h) Alenazi A. (2019). "Regression for compositional data with compositional data as predictor variables with or without zero values". Journal of Data Science, 17(1): 219--238. <doi:10.6339/JDS.201901_17(1).0010>. i) Tsagris M. and Stewart C. (2020). "A folded model for compositional data analysis". Australian and New Zealand Journal of Statistics, 62(2): 249--277. <doi:10.1111/anzs.12289>. j) Alenazi A.A. (2022). "f-divergence regression models for compositional data". Pakistan Journal of Statistics and Operation Research, 18(4): 867--882. <doi:10.18187/pjsor.v18i4.3969>. k) Tsagris M. and Stewart C. (2022). "A Review of Flexible Transformations for Modeling Compositional Data". In Advances and Innovations in Statistics and Data Science, pp. 225--234. <doi:10.1007/978-3-031-08329-7_10>. l) Alenazi A. (2023). "A review of compositional data analysis and recent advances". Communications in Statistics--Theory and Methods, 52(16): 5535--5567. <doi:10.1080/03610926.2021.2014890>. m) Tsagris M., Alenazi A. and Stewart C. (2023). "Flexible non-parametric regression models for compositional response data with zeros". Statistics and Computing, 33(106). <doi:10.1007/s11222-023-10277-5>. n) Tsagris. M. (2025). "Constrained least squares simplicial-simplicial regression". Statistics and Computing, 35(27). <doi:10.1007/s11222-024-10560-z>. o) Sevinc V. and Tsagris. M. (2024). "Energy Based Equality of Distributions Testing for Compositional Data". <doi:10.48550/arXiv.2412.05199>.

rtl-bt-firmware 20250410
Channel: nonguix
Location: nongnu/packages/linux.scm (nongnu packages linux)
Home page: https://wireless.wiki.kernel.org/en/users/drivers/rtl819x
Licenses: Nonfree
Synopsis: Nonfree firmware for Realtek ethernet, wifi, and bluetooth chips
Description:

Nonfree firmware for Realtek ethernet, wifi, and Bluetooth chips. This package contains nonfree firmware for the following chips:

  • Realtek RTL8188EE firmware (rtlwifi/rtl8188efw.bin)

  • Realtek RTL8188EU firmware (rtlwifi/rtl8188eufw.bin)

  • Realtek RTL8192CE/RTL8188CE firmware (rtlwifi/rtl8192cfw.bin)

  • Realtek RTL8192CE/RTL8188CE B-cut firmware (rtlwifi/rtl8192cfwU_B.bin)

  • Realtek RTL8188CE A-cut firmware, version 4.816.2011 (rtlwifi/rtl8192cfwU.bin)

  • Realtek RTL8192CU/RTL8188CU UMC A-cut firmware (rtlwifi/rtl8192cufw_A.bin)

  • Realtek RTL8192CU/RTL8188CU UMC B-cut firmware (rtlwifi/rtl8192cufw_B.bin)

  • Realtek RTL8192CU/RTL8188CU TMSC firmware (rtlwifi/rtl8192cufw_TMSC.bin)

  • Realtek RTL8192CU/RTL8188CU fallback firmware (rtlwifi/rtl8192cufw.bin)

  • Realtek RTL8192DE firmware (rtlwifi/rtl8192defw.bin)

  • Realtek RTL8192EE wifi firmware (rtlwifi/rtl8192eefw.bin)

  • Realtek RTL8192EU non-WoWLAN firmware (rtlwifi/rtl8192eu_nic.bin)

  • Realtek RTL8192EU WoWLAN firmware (rtlwifi/rtl8192eu_wowlan.bin)

  • Realtek RTL8192SE/RTL8191SE firmware, version 4.816.2011 (rtlwifi/rtl8192sefw.bin)

  • Realtek RTL8192SU/RTL8712U firmware (rtlwifi/rtl8712u.bin)

  • Realtek RTL8723AU rev A wifi-with-BT firmware (rtlwifi/rtl8723aufw_A.bin)

  • Realtek RTL8723AU rev B wifi-with-BT firmware (rtlwifi/rtl8723aufw_B.bin)

  • Realtek RTL8723AU rev B wifi-only firmware (rtlwifi/rtl8723aufw_B_NoBT.bin)

  • Realtek RTL8723BE firmware, version 36 (rtlwifi/rtl8723befw_36.bin)

  • Realtek RTL8723BE firmware (rtlwifi/rtl8723befw.bin)

  • Realtek RTL8723BS BT firmware (rtlwifi/rtl8723bs_bt.bin)

  • Realtek RTL8723BS wifi non-WoWLAN firmware (rtlwifi/rtl8723bs_nic.bin)

  • Realtek RTL8723BS wifi WoWLAN firmware (rtlwifi/rtl8723bs_wowlan.bin)

  • Realtek RTL8723BU non-WoWLAN firmware (rtlwifi/rtl8723bu_nic.bin)

  • Realtek RTL8723BU WoWLAN firmware (rtlwifi/rtl8723bu_wowlan.bin)

  • Realtek RTL8723DE firmware (rtlwifi/rtl8723defw.bin)

  • Realtek RTL8723AE rev B firmware (rtlwifi/rtl8723fw_B.bin)

  • Realtek RTL8723AE rev A firmware (rtlwifi/rtl8723fw.bin)

  • Realtek RTL8821AE firmware, version 29 (rtlwifi/rtl8821aefw_29.bin)

  • Realtek RTL8821AE firmware (rtlwifi/rtl8821aefw_wowlan.bin)

  • Realtek RTL8821AE firmware (rtlwifi/rtl8821aefw.bin)

  • Realtek RTL8822BE firmware (rtlwifi/rtl8822befw.bin)

  • Realtek RTL8105E-1 firmware (rtl_nic/rtl8105e-1.fw)

  • Realtek RTL8106E-1 firmware, version 0.0.1 (rtl_nic/rtl8106e-1.fw)

  • Realtek RTL8106E-2 firmware, version 0.0.1 (rtl_nic/rtl8106e-2.fw)

  • Realtek RTL8107E-1 firmware, version 0.0.2 (rtl_nic/rtl8107e-1.fw)

  • Realtek RTL8107E-2 firmware, version 0.0.2 (rtl_nic/rtl8107e-2.fw)

  • Realtek RTL8111D-1/RTL8168D-1 firmware (rtl_nic/rtl8168d-1.fw)

  • Realtek RTL8111D-2/RTL8168D-2 firmware (rtl_nic/rtl8168d-2.fw)

  • Realtek RTL8168E-1 firmware (rtl_nic/rtl8168e-1.fw)

  • Realtek RTL8168E-2 firmware (rtl_nic/rtl8168e-2.fw)

  • Realtek RTL8168E-3 firmware, version 0.0.4 (rtl_nic/rtl8168e-3.fw)

  • Realtek RTL8168F-1 firmware, version 0.0.5 (rtl_nic/rtl8168f-1.fw)

  • Realtek RTL8168F-2 firmware, version 0.0.4 (rtl_nic/rtl8168f-2.fw)

  • Realtek RTL8168G-1 firmware, version 0.0.3 (rtl_nic/rtl8168g-1.fw)

  • Realtek RTL8168G-2 firmware, version 0.0.1 (rtl_nic/rtl8168g-2.fw)

  • Realtek RTL8168G-3 firmware, version 0.0.1 (rtl_nic/rtl8168g-3.fw)

  • Realtek RTL8168H-1 firmware, version 0.0.2 (rtl_nic/rtl8168h-1.fw)

  • Realtek RTL8168H-2 firmware, version 0.0.2 (rtl_nic/rtl8168h-2.fw)

  • Realtek RTL8402-1 firmware, version 0.0.1 (rtl_nic/rtl8402-1.fw)

  • Realtek RTL8411-1 firmware, version 0.0.3 (rtl_nic/rtl8411-1.fw)

  • Realtek RTL8411-2 firmware, version 0.0.1 (rtl_nic/rtl8411-2.fw)

  • Realtek RTL8192EE Bluetooth firmware (rtl_bt/rtl8192ee_fw.bin)

  • Realtek RTL8812AE Bluetooth firmware (rtl_bt/rtl8812ae_fw.bin)

  • Realtek RTL8761A Bluetooth firmware (rtl_bt/rtl8761a_fw.bin)

  • Realtek RTL8821A Bluetooth firmware (rtl_bt/rtl8821a_fw.bin)

  • Realtek RTL8192EU Bluetooth firmware (rtl_bt/rtl8192eu_fw.bin)

  • Realtek RTL8723AU rev A Bluetooth firmware (rtl_bt/rtl8723a_fw.bin)

  • Realtek RTL8723BU rev B Bluetooth firmware (rtl_bt/rtl8723b_fw.bin)

  • Realtek RTL8723D Bluetooth config (rtl_bt/rtl8723d_config.bin)

  • Realtek RTL8723D Bluetooth firmware (rtl_bt/rtl8723d_fw.bin)

  • Realtek RTL8821C Bluetooth config (rtl_bt/rtl8821c_config.bin)

  • Realtek RTL8821C Bluetooth firmware (rtl_bt/rtl8821c_fw.bin)

  • Realtek RTL8822B Bluetooth config (rtl_bt/rtl8822b_config.bin)

  • Realtek RTL8822B Bluetooth firmware (rtl_bt/rtl8822b_fw.bin)

  • Realtek RTL8822CU Bluetooth firmware (rtl_bt/rtl8822cu_fw.bin)

rust-runtime-raw 0.3.0-alpha.5
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/rustasync/runtime
Licenses: Expat ASL 2.0
Synopsis: Traits to implement custom Runtimes
Description:

This package provides traits to implement custom Runtimes.

rust-rustc-rayon 0.5.0
Channel: hui
Location: hui/packages/embedded.scm (hui packages embedded)
Home page: https://github.com/rust-lang/rustc-rayon
Licenses: Expat ASL 2.0
Synopsis: Simple work-stealing parallelism for Rust - fork for rustc
Description:

Simple work-stealing parallelism for Rust - fork for rustc

rust-rkyv-derive 0.7.36
Channel: guixrus
Location: guixrus/packages/common/rust.scm (guixrus packages common rust)
Home page: https://github.com/rkyv/rkyv
Licenses: Expat
Synopsis: Derive macro for rkyv
Description:

Derive macro for rkyv

rust-rkyv-derive 0.7.42
Channel: hui
Location: hui/packages/embedded.scm (hui packages embedded)
Home page: https://github.com/rkyv/rkyv
Licenses: Expat
Synopsis: Derive macro for rkyv
Description:

Derive macro for rkyv

ruby-sassc-rails 2.1.2
Propagated dependencies: ruby-railties@7.0.5.1 ruby-sassc@2.4.0 ruby-sprockets@4.2.0 ruby-sprockets-rails@3.4.2 ruby-tilt@2.0.11
Channel: gn-bioinformatics
Location: gn/packages/ruby.scm (gn packages ruby)
Home page: https://github.com/sass/sassc-rails
Licenses: Expat
Synopsis: Integrate SassC-Ruby into Rails.
Description:

Integrate SassC-Ruby into Rails.

r-rchoicedialogs 1.0.6.1
Propagated dependencies: r-rjava@1.0-11
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://cran.r-project.org/package=rChoiceDialogs
Licenses: LGPL 2.1+
Synopsis: 'rChoiceDialogs' Collection
Description:

Collection of portable choice dialog widgets.

ruby-rspec-rerun 1.1.0
Propagated dependencies: ruby-rspec@3.12.0
Channel: guix
Location: gnu/packages/ruby.scm (gnu packages ruby)
Home page: https://github.com/dblock/rspec-rerun
Licenses: Expat
Synopsis: Track failed RSpec tests to re-run them
Description:

This package provides an automated way to track, and then re-run failed RSpec tests.

rust-range-alloc 0.1.3
Channel: lauras-channel
Location: laura/packages/rust-common.scm (laura packages rust-common)
Home page: https://github.com/gfx-rs/range-alloc
Licenses: Expat ASL 2.0
Synopsis: Generic range allocator
Description:

This package provides Generic range allocator.

rust-graphene-rs 0.18.1
Dependencies: glib@2.82.1 graphene@1.10.8
Channel: guix
Location: gnu/packages/crates-gtk.scm (gnu packages crates-gtk)
Home page: https://gtk-rs.org/
Licenses: Expat
Synopsis: Rust bindings for the Graphene library
Description:

Rust bindings for the Graphene library.

rust-graphene-rs 0.19.8
Dependencies: glib@2.82.1 graphene@1.10.8
Channel: guix
Location: gnu/packages/crates-gtk.scm (gnu packages crates-gtk)
Home page: https://gtk-rs.org/
Licenses: Expat
Synopsis: Rust bindings for the Graphene library
Description:

Rust bindings for the Graphene library.

rust-tokio-retry 0.3.0
Channel: hitwright
Location: packages/rust-tokio-retry.scm (packages rust-tokio-retry)
Home page: https://github.com/srijs/rust-tokio-retry
Licenses: Expat
Synopsis: Extensible, asynchronous retry behaviours for futures/tokio
Description:

Extensible, asynchronous retry behaviours for futures/tokio

r-rateratio-test 1.1
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://cran.r-project.org/package=rateratio.test
Licenses: GPL 3
Synopsis: Exact Rate Ratio Test
Description:

This package performs exact rate ratio tests.

rust-partial-ref 0.3.3
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/jix/partial_ref
Licenses: Expat ASL 2.0
Synopsis: Type checked partial references
Description:

This package provides type checked partial references.

rust-rand-chacha 0.9.0
Channel: selected-guix-works
Location: selected-guix-works/packages/crates-io.scm (selected-guix-works packages crates-io)
Home page: https://crates.io/crates/rand_chacha
Licenses: Expat ASL 2.0
Synopsis: ChaCha random number generator
Description:

This package provides the ChaCha random number generator.

rust-rust-argon2 2.0.0
Channel: hitwright
Location: packages/veloren.scm (packages veloren)
Home page: https://github.com/sru-systems/rust-argon2
Licenses: Expat ASL 2.0
Synopsis: Rust implementation of the Argon2 password hashing function.
Description:

Rust implementation of the Argon2 password hashing function.

rust-regex-cache 0.2.1
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/1aim/rust-regex-cache
Licenses: Expat
Synopsis: Lazy and cached regular expressions
Description:

This package provides lazy and cached regular expressions.

rust-rand-chacha 0.3.1
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://crates.io/crates/rand_chacha
Licenses: Expat ASL 2.0
Synopsis: ChaCha random number generator
Description:

This package provides the ChaCha random number generator.

rust-rand-chacha 0.2.2
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://crates.io/crates/rand_chacha
Licenses: Expat ASL 2.0
Synopsis: ChaCha random number generator
Description:

This package provides the ChaCha random number generator.

Page: 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511
Total results: 36249