This website requires JavaScript.
Explore
Help
Sign In
open.source
/
manifold
Watch
1
Star
0
Fork
0
You've already forked manifold
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
6d536c4e16
manifold
/
common
/
util
/
random-string.ts
2 lines
75 B
TypeScript
Raw
Normal View
History
Unescape
Escape
formatting
2022-01-10 23:52:03 +00:00
export
const
randomString
=
(
)
=
>
Math
.
random
(
)
.
toString
(
16
)
.
substr
(
2
,
14
)
Reference in New Issue
Copy Permalink