Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
randpass
v0.1.6
Randpass
Charset
Charsets
Cli
Error
Generator
Built with Crystal 1.9.2
2023-10-08 13:50:33 UTC
class
Randpass::Generator
Randpass::Generator
Reference
Object
Defined in:
randpass/generator.cr
Constructors
.new
(length : Int32, charmap : Array(Char))
Class Method Summary
.run
(length : Int32, charmap : Array(Char))
Instance Method Summary
#run
: String
Constructor Detail
def self.
new
(length : Int32, charmap : Array(Char))
#
[
View source
]
Class Method Detail
def self.
run
(length : Int32, charmap : Array(Char))
#
[
View source
]
Instance Method Detail
def
run
: String
#
[
View source
]