Address
:
[go:
up one dir
,
main page
]
Include Form
Remove Scripts
Accept Cookies
Show Images
Show Referer
Rotate13
Base64
Strip Meta
Strip Title
Session Cookies
Docs.rs
randomize-5.1.0
randomize 5.1.0
Permalink
Docs.rs crate page
Zlib
OR
Apache-2.0
OR
MIT
Links
Repository
crates.io
Source
Owners
Lokathor
Dependencies
bytemuck ^1.13.1
normal
getrandom ^0.2.10
normal
optional
Versions
100%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
randomize
5.1.0
In randomize::
formulas
randomize
::
formulas
Function
lcg32_step
Copy item path
Source
pub const fn lcg32_step(mul:
u32
, add:
u32
, state:
u32
) ->
u32
Expand description
Advance a 32-bit LCG’s state.