Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

7
LINES

< > BotCompany Repo | #1011478 // totallyRandomChars - may not be valid Unicode

JavaX fragment (include)

static S totallyRandomChars(int n) {
  new StringBuilder buf;
  repeat n {
    buf.append((char) random(0x10000));
  }
  ret str(buf);
}

download  show line numbers  debug dex  old transpilations   

Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1011478
Snippet name: totallyRandomChars - may not be valid Unicode
Eternal ID of this version: #1011478/2
Text MD5: f48c12e2d419608572662550c13aea05
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2017-10-30 02:16:19
Source code size: 142 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 360 / 375
Version history: 1 change(s)
Referenced in: [show references]