object Seed
- Companion
- class
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Type members
Value members
Concrete methods
Parse a Base-64 encoded seed, returning a Seed value.
Parse a Base-64 encoded seed, returning a Seed value.
This method requires the exact format produced by toBase64
(i.e. a 44-character string using the web-safe Base-64
alphabet). Other encodings must produce precisely the same
outputs to be supported.
This method will throw an IllegalArgumentException if parsing fails.