Notice
Recent Posts
Recent Comments
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- java
- flask
- Android
- rails
- Python
- python3
- 개발환경
- 오렌지파이
- Raspberry Pi
- odroid-x2
- orange pi
- uno
- IOT
- STM32F4
- Arduino
- Beacon
- ubuntu
- Raspberry Pi 3
- nano
- Server
- mqtt
- 아두이노
- BLE
- parser
- 라즈베리파이
- Nginx
- dht11
- JSON
- RUBY
- ruby on rails
Archives
- Today
- Total
목록Programming/Ruby (1)
[熱情]
ruby 랜덤 .. securerandom
securerandom # https://ruby-doc.org/stdlib-2.4.0/libdoc/securerandom/rdoc/SecureRandom.html # https://ruby-doc.org/stdlib-2.1.2/libdoc/securerandom/rdoc/SecureRandom.html#method-c-random_number require 'securerandom' p 'Generate random hexadecimal strings:' p SecureRandom.hex(8) p SecureRandom.hex(10) p SecureRandom.hex(16) p '-----------------------------------------' p 'Generate random base64 ..
Programming/Ruby
2017. 11. 1. 15:59