Skip to content

Instantly share code, notes, and snippets.

View XunMengWinter's full-sized avatar
🍉
Study Swift UI and Architecture

ice XunMengWinter

🍉
Study Swift UI and Architecture
View GitHub Profile
@XunMengWinter
XunMengWinter / RandomSampling.java
Last active October 5, 2018 18:14
RandomSampling 随机取样
package top.wefor;
import java.util.ArrayList;
import java.util.Collections;
import java.util.List;
import java.util.Random;
/**
* Created on 2018/10/5.
*