nu-command 0.106.0

Nushell's built-in commands
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
mod binary;
mod bool;
mod byte_stream;
mod chars;
mod dice;
mod float;
mod int;
mod random_;
mod uuid;

pub use self::binary::RandomBinary;
pub use self::bool::RandomBool;
pub use self::chars::RandomChars;
pub use self::dice::RandomDice;
pub use self::float::RandomFloat;
pub use self::int::RandomInt;
pub use self::uuid::RandomUuid;
pub use random_::Random;